home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 1 Issue 2 / PDCD-1 - Issue 02.iso / _utilities / utilities / 001 / qzapsrc / !QZap / h / QFrceselrd < prev    next >
Text File  |  1994-11-13  |  281b  |  21 lines

  1. /*
  2.  * Frceselrdrw.h
  3.  */
  4.  
  5. #ifndef ForceSelectionRedraw_H
  6. #define ForceSelectionRedraw_H
  7.  
  8. #ifdef QForceSelectionRedraw
  9.   #define extern
  10. #endif
  11.  
  12. extern int Newscroll;
  13.  
  14. #ifdef QForceSelectionRedraw
  15.   #undef extern
  16. #endif
  17.  
  18. void ForceSelectionRedraw(int OSelstart, int OSelend);
  19.  
  20. #endif
  21.